PDF4Java Reference Documentation
com.o2sol.pdf4java.annotations Package / PDFAnnotationType Enumeration
In This Topic
    PDFAnnotationType Enumeration
    In This Topic
    Defines the supported annotation types.
    Members
    MemberDescription
    _3D3D annotation.
    CIRCLECircle annotation.
    CLOUD_POLYGONCloud polygon annotation.
    CLOUD_SQUAREClould square annotation.
    FILE_ATTACHMENTFile attachment annotation.
    FREE_TEXTFree text annotation.
    INKInk annotation.
    LINELine annotation.
    LINKLink annotation.
    POLYGONPolygon annotation.
    POLYLINEPolyline annotation.
    POPUPPopup annotation.
    REDACTIONRedaction annotation.
    RICH_MEDIARich media annotation.
    RUBBER_STAMPRubber stamp annotation.
    SCREENScreen annotation.
    SOUNDSound annotation.
    SQUARESquare annotation.
    TEXTText annotation.
    TEXT_MARKUPText markup annotation (highlight, underline, strikeout or squiggly).
    UNKNOWNUnknown annotation.
    WIDGETField widget annotation.
    Inheritance Hierarchy

    java.lang.Object
       java.lang.Enum
          com.o2sol.pdf4java.annotations.PDFAnnotationType

    See Also